.color-band {
	width: 100%;
	background: #6BD1DF;
}

.author {
	margin: 5%;
}

h3 {
	margin: 3% 3% 0 3%;
	font-size: 1.25em;
}

.education h3 {
	font-size: 1.125em;
	margin-left: 18%;
}
.education h2 {
	font-size: 2em;
	margin-left: 18%;
	text-align: center;
}
.education {
	text-align: left;
	/*margin-bottom: 5%;*/
	margin: auto 1% 5% 5%;
}

.quote-header {
	text-align: center;
	font-size: 2em;
}
.university {
	font-size: 1em;
	margin-left: 18%;
}
.left_column {
	width: 25%; /*sets the width of each featurette to 1/3*/
	float: left; /*floats each column left next to one another*/
	margin: auto 4% 5% 4%;
}

.left_column p {
	margin: 2% 0 2% 0%;
	font-size: 1.25em;
	font-style: italic;
}

.right_column {
	width: 61%; /*sets the width of each featurette to 1/3*/
	float: left; /*floats each column left next to one another*/
	margin: auto 1% auto 5%;
}

.right_column p {
	margin: 0 0 2% 0;
	padding: 5%;
}

.skills {
	font-size: 1.125em;
}


.left-quote {
	width: 28%; /*sets the width of each featurette to 1/3*/
	float: left; /*floats each column left next to one another*/
	margin: 0 4% auto 5%;
}

.left-quote p {
	margin: 5% 0 2% 7%;
	font-size: 1.5em;
	padding: 0 5% 5% 5%;
}

.author-left {
	margin: 10% auto auto 12%;
}

.middle-quote {
	width: 28%; /*sets the width of each featurette to 1/3*/
	float: left; /*floats each column left next to one another*/
	margin: auto 0 auto 0;
}

.middle-quote p {
	margin: 0;
	font-size: 1.5em;	
	padding: 5%;
}

.right-quote {
	width: 27%; /*sets the width of each featurette to 1/3*/
	float: left; /*floats each column left next to one another*/
	margin: auto 4% auto 4%;
}

.right-quote p {
	margin: 0 0 2% 0;
	font-size: 1.5em;	
	padding: 5%;
}


.clear {
	clear:both;
	line-height:0;
}


.columns h2 {
	text-align: center;
	font-size: 2em;
	margin: 3% 0;
}

.slides {
	/*background: #cbf1f7;*/
	max-width: 90%;
	width: 70%;
	margin: auto;
}

ul li {
	list-style-type: disc;
	margin: 1% 5%;
	text-align: left;
}

ul {
	margin-left: 10%;
}

/*Founder*/

.mouseover img {
	width: 30%;
	float: right;
	margin: 2%;
}

.founder {
	margin: 2%;
}

.founder p {
	margin: 2%;
	text-align: justify;
	font-size: 1.125em;
}

.slides h2 {
	padding-top: 3%;
}


@media screen and (max-width: 500px) {
	.big_screen_content {
		display: none;
	}
	.tablet_content {
		display: none;
	}
}

	
@media screen and (min-width: 901px) {
	.small_screen_content {
		display: none;
	}
}

@media screen and (max-width: 900px) and (min-width: 501px) {
	.tablet_content {
		display: block;
	}
	
	.big_screen_content {
		display: none;
	}
.small_screen_content {
		display: none;
}
.medium_screen_content {
	display: none;
}




